home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / MW MPW Binaries 1.1.1a2 / mwcPPC / MWCIncludes / Unmangler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-02  |  336 b   |  23 lines  |  [TEXT/MMCC]

  1. /*
  2.     File:        Unmangler.h
  3.  
  4.     Copyright:    © 1984-1993 by Apple Computer, Inc., all rights reserved.
  5. */
  6.  
  7. #ifndef __UNMANGLER__
  8. #define __UNMANGLER__
  9.  
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13.  
  14. extern int unmangle(char *dst, char *src, int limit);
  15.  
  16. extern pascal int Unmangle(char *dst, char *src, int limit);
  17.  
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21.  
  22. #endif
  23.